home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_438 / gadgeted / installge2 < prev    next >
Text File  |  1992-05-06  |  1KB  |  37 lines

  1.   c:echo "Making df0:LIBS..."
  2.   c:Makedir df0:LIBS
  3.   c:echo "Making df0:Examples..."
  4.   c:Makedir df0:Examples
  5.   c:echo "Making df0:DEVS..."
  6.   c:Makedir df0:DEVS
  7.   c:echo "Making df0:C..."
  8.   c:Makedir df0:C
  9.   c:echo "Making df0:S..."
  10.   c:Makedir df0:S
  11.   c:IF EXISTS LIBS:arp.library
  12.     c:echo "You use ARP so I will install the arp.library...."
  13.     c:copy LIBS:arp.library to df0:LIBS
  14.   c:ENDIF
  15.   c:echo "Installing df0:LIBS/tool.library..."
  16.   c:copy :ToolLib7.6/tool.library to df0:LIBS
  17.   c:echo "Installing df0:LIBS/icon.library..."
  18.   c:copy LIBS:icon.library to df0:LIBS
  19.   c:echo "Installing df0:C/LoadWB..."
  20.   c:copy c:LoadWB to df0:C
  21.   c:echo "Installing df0:C/EndCLI..."
  22.   c:copy c:EndCLI to df0:C
  23.   c:echo "Installing df0:DEVS/system-configuration..."
  24.   c:copy DEVS:system-configuration to df0:DEVS
  25.   c:echo "Installing df0:S/startup-sequence..."
  26.   c:copy gd_startup to df0:S/startup-sequence
  27.   c:echo "Copying the Examples..."
  28.   c:copy Examples all to df0:Examples quiet
  29.   c:copy Examples.info to df0:
  30.   c:echo "Installing GadgetED..."
  31.   c:copy GadgetED to df0:
  32.   c:copy GadgetED.info to df0:
  33.   c:echo "Relabeling disk..."
  34.   c:Relabel df0: GadgetED
  35.   c:echo "Installing BootBlock..."
  36.   c:Install drive df0:
  37.